home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_138.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  411 b   |  11 lines

  1. CHAR (Character)
  2. Returns the ASCII character corresponding to the value specified in number.
  3.  
  4. Format: CHAR (number)
  5.  
  6. Argument:
  7. ΓÇó  number: A number, the address of a cell that contains a number, or a field that contains a number. The number can be fractional, but the fraction is discarded.
  8.  
  9. Example:
  10. CHAR (99.8) returns c.
  11. Shows that the 99th ASCII code is c (the fractional portion of the number is ignored).